home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 June
/
Macworld (1998-06).dmg
/
Shareware World
/
Utilities
/
Video
/
MVEMVC
/
MyVidCap 2.1
/
Grab Snap Shot script
< prev
next >
Wrap
Text File
|
1997-10-13
|
503b
|
14 lines
tell application "MyVidCap©-FAT"
activate
-- bring MyVidCap to the foreground
if Select Video Window then
-- make sure the video window is frontmost
if Take Picture as pict named "this snap pict" then
-- grab a snap shot pict of the video window to the default location
-- and save it as "this snap pict"
-- if "this snap pict" already exists, MyVidCap will delete it and
-- then create a new "this snap pict" for you.
-- now you can do something with it
end if
end if
end tell